local-intr-msg-clobber
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 9 Mar 2025 09:54:43 +0000 (10:54 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sun, 9 Mar 2025 09:54:43 +0000 (10:54 +0100)
commit49709e0db79a5f0b9a032ae1e4bee106d4689444
tree6637c3ccda6036f4ad6706a8b456b019b5adf94e
parent844e83c86ebf11a0504cffd5e5ff26b207eb144d
local-intr-msg-clobber

Force putting save_data on the stack rather than in SSE register

The signal management does not yet properly save SSE state, so that save_data
would get overwritten by signal handlers, notably leading to `` shell
replacement getting empty content because then the io_read RPC retry gets an
MIG_BAD_ARGUMENTS error.

XXX: This is only temporary to fix the common shll replacement issue, and is
waiting for proper SSE state restoration.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name local-intr-msg-clobber.diff
hurd/intr-msg.c